From 77ae22ada6756af35a40a3e75654fb4d076784ca Mon Sep 17 00:00:00 2001 From: "vh249@arcadians.cl.cam.ac.uk" Date: Thu, 23 Jun 2005 21:35:50 +0000 Subject: [PATCH] bitkeeper revision 1.1744.1.1 (42bb2b36zVlhMosXY3bEaiG-q9siMg) fix tools compilation on x86_64 adding 2 fields that will be unused Signed-off-by: Vincent Hanquez --- xen/include/public/arch-x86_64.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/include/public/arch-x86_64.h b/xen/include/public/arch-x86_64.h index 634c53a34e..f6f73d2f75 100644 --- a/xen/include/public/arch-x86_64.h +++ b/xen/include/public/arch-x86_64.h @@ -187,6 +187,8 @@ typedef struct vcpu_guest_context { unsigned long gdt_frames[16], gdt_ents; /* GDT (machine frames, # ents) */ unsigned long kernel_ss, kernel_sp; /* Virtual TSS (only SS1/SP1) */ unsigned long pt_base; /* CR3 (pagetable base) */ + unsigned long cr0; /* CR0 */ + unsigned long cr4; /* CR4 */ unsigned long debugreg[8]; /* DB0-DB7 (debug registers) */ unsigned long event_callback_eip; unsigned long failsafe_callback_eip; -- 2.30.2